Gets or sets the option that determines the rule adTempus uses to purge history records for the job.
__property HistoryRetentionOptionsEnum HistoryRetentionOptions;
HistoryRetentionOptionsEnum HistoryRetentionOptions;
Property HistoryRetentionOptions() As HistoryRetentionOptionsEnum
hrUseDefault
Set to any of the HistoryRetentionOptionsEnum values.
If the option is set to hrUseDefault, the job uses the default settings for the server. To modify those defaults, use the Scheduler's GetServerOptions method to get the ServerOptions, then modify the values for options "HistoryScavenger:DefaultRetentionType" (default for HistoryRetentionOptions) and "HistoryScavenger:DefaultRetentionInterval" (default for HistoryRetentionLimit) (see the example in the IServerOptions overview).
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|